Closes the active tab or a specified tab in a browser.
Syntax
CloseTab("TabText")
Arguments
| Argument | Description |
|---|---|
| TabText | Tab name. If not specified, the tab last used during playback is closed. |
Supported objects
Browser
Example
Browser("Report a Bug").CloseTab("Bug Report")